home *** CD-ROM | disk | FTP | other *** search
/ Champak 50 / Volume 50 - JOGO DISK .iso / Games / marchzuma.swf / scripts / frame_1 / PlaceObject2_6_1 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2007-10-01  |  246b  |  14 lines

  1. onClipEvent(enterFrame){
  2.    Total = _root.getBytesTotal();
  3.    Load = _root.getBytesLoaded();
  4.    Percent = Math.round(Load / Total * 100);
  5.    if(Load >= Total)
  6.    {
  7.       _root.play();
  8.    }
  9.    else
  10.    {
  11.       this.t = Percent;
  12.    }
  13. }
  14.